-
Notifications
You must be signed in to change notification settings - Fork 4
Update conditional cell styling topic for React 19 #1512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: vnext
Are you sure you want to change the base?
Conversation
In the |
Probably a good idea if you refactor the methods to be anonymous lambdas to refactor all of them (there a couple that are still functions in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Hgrid Using Cell Classes
there is :
cellClasses={this.grammyNominationsCellClassesHandler}
which is a class component thing. However, every other snippet is using functions. Could you please change that? (Note that the handler is using public access modifier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In hgrid there are some snippets that are using public
keyword
For some reason the last snippet in the |
No description provided.